func runtime.open

6 uses

	runtime (current package)
		create_file_unix.go#L13: 	return open(name, _O_CREAT|_O_WRONLY|_O_TRUNC, perm)
		fds_unix.go#L37: 		if ret := open(&devNull[0], O_RDWR, 0); ret < 0 {
		os_linux.go#L254: 	fd := open(&procAuxv[0], 0 /* O_RDONLY */, 0)
		os_linux.go#L321: 	fd := open(&sysTHPSizePath[0], 0 /* O_RDONLY */, 0)
		os_linux.go#L352: 	fd := open(&urandom_dev[0], 0 /* O_RDONLY */, 0)
		stubs2.go#L35: func open(name *byte, mode, perm int32) int32